home *** CD-ROM | disk | FTP | other *** search
- SDEF
-
- /*SINED weapon_stinger (.3 .3 1) (0 0 0) (0 0 0)
- Stinger rocket pack - World Model
- */
-
- // Model Commands
- path models/pack_w
- origin -1 -1 -4.5
- scale 1.05
-
- // Base Model
- pack.sbm
-
- // Skins
- //normal rlaunch_w_base.tga
- //normal pack_skin.tga
- //pack_w_02a.tga
- normal pack_w_02b.tga
-
- // Normal Animations
- idle1 pack.sam
-
- //
- // Define model group areas
- //
- //id 200 group weapon bone barrel 0 180 -90
-
- //
- // The initialization section
- //
- !init:
-
- // Class Setup
- server classname StingerPack
- //server ammoclipsize 1
- //server kick 100
-
- // Sound Aliases
- server respawnsound
- server aliascache snd_pickup "weapons/pkup/pkup1.wav"
-
- // Icon and Inventory Name
- server iconname "w_pack"
- server itemname "StingerPack"
-
- //
- // The main section
- //
- !main:
-